MessageDlgCheckBoxState
MessageDlgCheckBoxState State
 
Parameters:

    State=display a checkbox 1 or not 0
Returns: NONE
 

     Use MessageDlgCheckBoxState to set whether the checkbox in a message dialog is checked (1) or not (0) before you call the MessageDlg command.


  
; Inlcude the Dialogs library in this program
  #Include "PBDialogs2"
  
  
  MessageDlgCheckBoxState 1
  MessageDlg("Checkbox Test""Check box is checked.""""OK"0011)
  MessageDlgCheckBoxState 0
  MessageDlg("Checkbox Test""Check box is NOT checked.""""OK"0011)
  
  
  
; Display the Screen and wait for the user to press a key
  Sync
  WaitKey
  





 
Related Info: GetMessageDlgCheckBoxState | MessageDlg :
 


(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com